home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / timidsrc.zip / muldiv.s < prev    next >
Text File  |  1997-02-14  |  199b  |  15 lines

  1.     .file    "muldiv"
  2. gcc2_compiled.:
  3. ___gnu_compiled_c:
  4. .text
  5.     .align 2,0x90
  6. .globl _muldiv
  7. _muldiv:
  8.     pushl %ebp
  9.     movl %esp,%ebp
  10.     movl 8(%ebp),%eax
  11.     mull 12(%ebp)
  12.     divl 16(%ebp)
  13.     leave
  14.     ret
  15.